Html Css Color HEX #FDC4EA Classic Rose

📋 copy color: '#FDC4EA'

red 253 ◦ green 196 ◦ blue 234

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

Shades of Classic Rose #FDC4EA

Tints of Classic Rose #FDC4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.7%

 BLUE value IS 234 (91.8% from 255) = 34.26%

R = 37.04%
G = 28.7%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDC4EA (or 0xFDC4EA) is known color: Classic Rose. HEX triplet: FD, C4 and EA. RGB value is (253,196,234). Sum of RGB (Red+Green+Blue) = 253+196+234=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4EA is #023B15. Grayscale: #D9D9D9. Windows color (decimal): -146198 or 15385853. OLE color: 15385853.

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

Color convert

RGB 253 196 234 -
CMYK 0 0.23 0.08 0.01
HSL 320º 0.93% 0.88% -
HSV(B) 320º 0.23% 0.99% -
XYZ 75.1 66.3 86.68 -
YUV 217.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 253 196 234 0 0.23 0.08 0.01 320 0.93 0.88
Hex FD C4 EA 0 17 8 1 140 5D 58
Octal 375 304 352 0 27 10 1 500 135 130
Binary 11111101 11000100 11101010 0 10111 1000 1 101000000 1011101 1011000

Color Harmonies of #FDC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4EA

Black with #FDC4EA

Text Example


Text Example

White with #FDC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4EA; }

 p { color: rgb(253,196,234); }

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

background-color css

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

 a { background-color: rgb(253,196,234); }

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

border-color css

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

 span { border-color: rgb(253,196,234); }

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