Html Css Color HEX #F2CADF Classic Rose

📋 copy color: '#F2CADF'

red 242 ◦ green 202 ◦ blue 223

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

Shades of Classic Rose #F2CADF

Tints of Classic Rose #F2CADF

RGB

 RED value IS 242 (94.92% from 255) = 36.28%

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

 BLUE value IS 223 (87.5% from 255) = 33.43%

R = 36.28%
G = 30.28%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2CADF (or 0xF2CADF) is known color: Classic Rose. HEX triplet: F2, CA and DF. RGB value is (242,202,223). Sum of RGB (Red+Green+Blue) = 242+202+223=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CADF is #0D3520. Grayscale: #D8D8D8. Windows color (decimal): -865569 or 14666482. OLE color: 14666482.

HSL color Cylindrical-coordinate representation of color #F2CADF: hue angle of 328.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CADF is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 202 223 -
CMYK 0 0.17 0.08 0.05
HSL 328.5º 0.61% 0.87% -
HSV(B) 328.5º 0.17% 0.95% -
XYZ 71.06 66.45 78.89 -
YUV 216.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 242 202 223 0 0.17 0.08 0.05 328.5 0.61 0.87
Hex F2 CA DF 0 11 8 5 148 3D 57
Octal 362 312 337 0 21 10 5 510 75 127
Binary 11110010 11001010 11011111 0 10001 1000 101 101001000 111101 1010111

Color Harmonies of #F2CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CADF

Black with #F2CADF

Text Example


Text Example

White with #F2CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CADF; }

 p { color: rgb(242,202,223); }

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

background-color css

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

 a { background-color: rgb(242,202,223); }

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

border-color css

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

 span { border-color: rgb(242,202,223); }

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