Html Css Color HEX #FDC8E4 Classic Rose

📋 copy color: '#FDC8E4'

red 253 ◦ green 200 ◦ blue 228

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

Shades of Classic Rose #FDC8E4

Tints of Classic Rose #FDC8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.48%

R = 37.15%
G = 29.37%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDC8E4 (or 0xFDC8E4) is known color: Classic Rose. HEX triplet: FD, C8 and E4. RGB value is (253,200,228). Sum of RGB (Red+Green+Blue) = 253+200+228=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 200 (78.52% from 255 or 29.37% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8E4 is #02371B. Grayscale: #DADADA. Windows color (decimal): -145180 or 14993661. OLE color: 14993661.

HSL color Cylindrical-coordinate representation of color #FDC8E4: hue angle of 328.3º 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 #FDC8E4 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 228 -
CMYK 0 0.21 0.10 0.01
HSL 328.3º 0.93% 0.89% -
HSV(B) 328.3º 0.21% 0.99% -
XYZ 75.17 67.79 82.52 -
YUV 219.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 253 200 228 0 0.21 0.10 0.01 328.3 0.93 0.89
Hex FD C8 E4 0 15 A 1 148 5D 59
Octal 375 310 344 0 25 12 1 510 135 131
Binary 11111101 11001000 11100100 0 10101 1010 1 101001000 1011101 1011001

Color Harmonies of #FDC8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8E4

Black with #FDC8E4

Text Example


Text Example

White with #FDC8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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