Html Css Color HEX #F2CCDB Classic Rose

📋 copy color: '#F2CCDB'

red 242 ◦ green 204 ◦ blue 219

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

Shades of Classic Rose #F2CCDB

Tints of Classic Rose #F2CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.68%

 BLUE value IS 219 (85.94% from 255) = 32.93%

R = 36.39%
G = 30.68%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2CCDB (or 0xF2CCDB) is known color: Classic Rose. HEX triplet: F2, CC and DB. RGB value is (242,204,219). Sum of RGB (Red+Green+Blue) = 242+204+219=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCDB is #0D3324. Grayscale: #D9D9D9. Windows color (decimal): -865061 or 14404850. OLE color: 14404850.

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

Color convert

RGB 242 204 219 -
CMYK 0 0.16 0.10 0.05
HSL 336.32º 0.59% 0.87% -
HSV(B) 336.32º 0.16% 0.95% -
XYZ 71 67.18 76.24 -
YUV 217.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 242 204 219 0 0.16 0.10 0.05 336.32 0.59 0.87
Hex F2 CC DB 0 10 A 5 150 3B 57
Octal 362 314 333 0 20 12 5 520 73 127
Binary 11110010 11001100 11011011 0 10000 1010 101 101010000 111011 1010111

Color Harmonies of #F2CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCDB

Black with #F2CCDB

Text Example


Text Example

White with #F2CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCDB; }

 p { color: rgb(242,204,219); }

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

background-color css

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

 a { background-color: rgb(242,204,219); }

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

border-color css

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

 span { border-color: rgb(242,204,219); }

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