Html Css Color HEX #F4CADC Classic Rose

📋 copy color: '#F4CADC'

red 244 ◦ green 202 ◦ blue 220

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

Shades of Classic Rose #F4CADC

Tints of Classic Rose #F4CADC

RGB

 RED value IS 244 (95.7% from 255) = 36.64%

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

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

R = 36.64%
G = 30.33%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4CADC (or 0xF4CADC) is known color: Classic Rose. HEX triplet: F4, CA and DC. RGB value is (244,202,220). Sum of RGB (Red+Green+Blue) = 244+202+220=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CADC is #0B3523. Grayscale: #D8D8D8. Windows color (decimal): -734500 or 14469876. OLE color: 14469876.

HSL color Cylindrical-coordinate representation of color #F4CADC: hue angle of 334.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CADC is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 202 220 -
CMYK 0 0.17 0.10 0.04
HSL 334.29º 0.66% 0.87% -
HSV(B) 334.29º 0.17% 0.96% -
XYZ 71.35 66.64 76.81 -
YUV 216.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 244 202 220 0 0.17 0.10 0.04 334.29 0.66 0.87
Hex F4 CA DC 0 11 A 4 14E 42 57
Octal 364 312 334 0 21 12 4 516 102 127
Binary 11110100 11001010 11011100 0 10001 1010 100 101001110 1000010 1010111

Color Harmonies of #F4CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CADC

Black with #F4CADC

Text Example


Text Example

White with #F4CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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