Html Css Color HEX #FDC4EE Classic Rose

📋 copy color: '#FDC4EE'

red 253 ◦ green 196 ◦ blue 238

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

Shades of Classic Rose #FDC4EE

Tints of Classic Rose #FDC4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.64%

R = 36.83%
G = 28.53%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDC4EE (or 0xFDC4EE) is known color: Classic Rose. HEX triplet: FD, C4 and EE. RGB value is (253,196,238). Sum of RGB (Red+Green+Blue) = 253+196+238=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 196 (76.95% from 255 or 28.53% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4EE is #023B11. Grayscale: #D9D9D9. Windows color (decimal): -146194 or 15647997. OLE color: 15647997.

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

Color convert

RGB 253 196 238 -
CMYK 0 0.23 0.06 0.01
HSL 315.79º 0.93% 0.88% -
HSV(B) 315.79º 0.23% 0.99% -
XYZ 75.68 66.54 89.74 -
YUV 217.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 253 196 238 0 0.23 0.06 0.01 315.79 0.93 0.88
Hex FD C4 EE 0 17 6 1 13C 5D 58
Octal 375 304 356 0 27 6 1 474 135 130
Binary 11111101 11000100 11101110 0 10111 110 1 100111100 1011101 1011000

Color Harmonies of #FDC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4EE

Black with #FDC4EE

Text Example


Text Example

White with #FDC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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