Html Css Color HEX #FDCAEF Classic Rose

📋 copy color: '#FDCAEF'

red 253 ◦ green 202 ◦ blue 239

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

Shades of Classic Rose #FDCAEF

Tints of Classic Rose #FDCAEF

RGB

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

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

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

R = 36.46%
G = 29.11%
B = 34.44%

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

#FDCAEF (or 0xFDCAEF) is known color: Classic Rose. HEX triplet: FD, CA and EF. RGB value is (253,202,239). Sum of RGB (Red+Green+Blue) = 253+202+239=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAEF is #023510. Grayscale: #DDDDDD. Windows color (decimal): -144657 or 15715069. OLE color: 15715069.

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

Color convert

RGB 253 202 239 -
CMYK 0 0.20 0.06 0.01
HSL 316.47º 0.93% 0.89% -
HSV(B) 316.47º 0.2% 0.99% -
XYZ 77.21 69.36 90.98 -
YUV 221.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 253 202 239 0 0.20 0.06 0.01 316.47 0.93 0.89
Hex FD CA EF 0 14 6 1 13C 5D 59
Octal 375 312 357 0 24 6 1 474 135 131
Binary 11111101 11001010 11101111 0 10100 110 1 100111100 1011101 1011001

Color Harmonies of #FDCAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAEF

Black with #FDCAEF

Text Example


Text Example

White with #FDCAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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