Html Css Color HEX #FDCADC Classic Rose

📋 copy color: '#FDCADC'

red 253 ◦ green 202 ◦ blue 220

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

Shades of Classic Rose #FDCADC

Tints of Classic Rose #FDCADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.59%

R = 37.48%
G = 29.93%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDCADC (or 0xFDCADC) is known color: Classic Rose. HEX triplet: FD, CA and DC. RGB value is (253,202,220). Sum of RGB (Red+Green+Blue) = 253+202+220=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADC is #023523. Grayscale: #DBDBDB. Windows color (decimal): -144676 or 14469885. OLE color: 14469885.

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

Color convert

RGB 253 202 220 -
CMYK 0 0.20 0.13 0.01
HSL 338.82º 0.93% 0.89% -
HSV(B) 338.82º 0.2% 0.99% -
XYZ 74.55 68.29 76.96 -
YUV 219.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 253 202 220 0 0.20 0.13 0.01 338.82 0.93 0.89
Hex FD CA DC 0 14 D 1 153 5D 59
Octal 375 312 334 0 24 15 1 523 135 131
Binary 11111101 11001010 11011100 0 10100 1101 1 101010011 1011101 1011001

Color Harmonies of #FDCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCADC

Black with #FDCADC

Text Example


Text Example

White with #FDCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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