Html Css Color HEX #FDCAEE Classic Rose

📋 copy color: '#FDCAEE'

red 253 ◦ green 202 ◦ blue 238

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

Shades of Classic Rose #FDCAEE

Tints of Classic Rose #FDCAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.15%

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

R = 36.51%
G = 29.15%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDCAEE (or 0xFDCAEE) is known color: Classic Rose. HEX triplet: FD, CA and EE. RGB value is (253,202,238). Sum of RGB (Red+Green+Blue) = 253+202+238=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAEE is #023511. Grayscale: #DDDDDD. Windows color (decimal): -144658 or 15649533. OLE color: 15649533.

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

Color convert

RGB 253 202 238 -
CMYK 0 0.20 0.06 0.01
HSL 317.65º 0.93% 0.89% -
HSV(B) 317.65º 0.2% 0.99% -
XYZ 77.06 69.3 90.2 -
YUV 221.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 253 202 238 0 0.20 0.06 0.01 317.65 0.93 0.89
Hex FD CA EE 0 14 6 1 13E 5D 59
Octal 375 312 356 0 24 6 1 476 135 131
Binary 11111101 11001010 11101110 0 10100 110 1 100111110 1011101 1011001

Color Harmonies of #FDCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAEE

Black with #FDCAEE

Text Example


Text Example

White with #FDCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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