Html Css Color HEX #FDC1ED Classic Rose

📋 copy color: '#FDC1ED'

red 253 ◦ green 193 ◦ blue 237

#FDC1ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FDC1ED

Tints of Classic Rose #FDC1ED

RGB

 RED value IS 253 (99.22% from 255) = 37.04%

 GREEN value IS 193 (75.78% from 255) = 28.26%

 BLUE value IS 237 (92.97% from 255) = 34.7%

R = 37.04%
G = 28.26%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDC1ED (or 0xFDC1ED) is known color: Classic Rose. HEX triplet: FD, C1 and ED. RGB value is (253,193,237). Sum of RGB (Red+Green+Blue) = 253+193+237=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1ED is #023E12. Grayscale: #D7D7D7. Windows color (decimal): -146963 or 15581693. OLE color: 15581693.

HSL color Cylindrical-coordinate representation of color #FDC1ED: hue angle of 316º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1ED is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 193 237 -
CMYK 0 0.24 0.06 0.01
HSL 316º 0.94% 0.87% -
HSV(B) 316º 0.24% 0.99% -
XYZ 74.86 65.14 88.75 -
YUV 215.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 253 193 237 0 0.24 0.06 0.01 316 0.94 0.87
Hex FD C1 ED 0 18 6 1 13C 5E 57
Octal 375 301 355 0 30 6 1 474 136 127
Binary 11111101 11000001 11101101 0 11000 110 1 100111100 1011110 1010111

Color Harmonies of #FDC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1ED

Black with #FDC1ED

Text Example


Text Example

White with #FDC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1ED; }

 p { color: rgb(253,193,237); }

 H1.HeaderClassName
 {
   color: #FDC1ED;
 }
 .AnyTagClassName
 {
   color: #FDC1ED;
 }
</style>

background-color css

<style>
 a { background-color: #FDC1ED; }

 a { background-color: rgb(253,193,237); }

 div.DivClassName
 {
   background-color: #FDC1ED;
 }
 .BgClassName
 {
   background-color: #FDC1ED;
 }
</style>

border-color css

<style>
 span { border-color: #FDC1ED; }

 span { border-color: rgb(253,193,237); }

 td.TdClassName
 {
   border-color: #FDC1ED;
 }
 .TagClassName
 {
   border-color: #FDC1ED;
 }
</style>