Html Css Color HEX #FDC8EF Classic Rose

📋 copy color: '#FDC8EF'

red 253 ◦ green 200 ◦ blue 239

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

Shades of Classic Rose #FDC8EF

Tints of Classic Rose #FDC8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.9%

 BLUE value IS 239 (93.75% from 255) = 34.54%

R = 36.56%
G = 28.9%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDC8EF (or 0xFDC8EF) is known color: Classic Rose. HEX triplet: FD, C8 and EF. RGB value is (253,200,239). Sum of RGB (Red+Green+Blue) = 253+200+239=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8EF is #023710. Grayscale: #DCDCDC. Windows color (decimal): -145169 or 15714557. OLE color: 15714557.

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

Color convert

RGB 253 200 239 -
CMYK 0 0.21 0.06 0.01
HSL 315.85º 0.93% 0.89% -
HSV(B) 315.85º 0.21% 0.99% -
XYZ 76.74 68.42 90.82 -
YUV 220.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 253 200 239 0 0.21 0.06 0.01 315.85 0.93 0.89
Hex FD C8 EF 0 15 6 1 13C 5D 59
Octal 375 310 357 0 25 6 1 474 135 131
Binary 11111101 11001000 11101111 0 10101 110 1 100111100 1011101 1011001

Color Harmonies of #FDC8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8EF

Black with #FDC8EF

Text Example


Text Example

White with #FDC8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8EF; }

 p { color: rgb(253,200,239); }

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

background-color css

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

 a { background-color: rgb(253,200,239); }

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

border-color css

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

 span { border-color: rgb(253,200,239); }

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