Html Css Color HEX #F2CBDD Classic Rose

📋 copy color: '#F2CBDD'

red 242 ◦ green 203 ◦ blue 221

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

Shades of Classic Rose #F2CBDD

Tints of Classic Rose #F2CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.48%

 BLUE value IS 221 (86.72% from 255) = 33.18%

R = 36.34%
G = 30.48%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2CBDD (or 0xF2CBDD) is known color: Classic Rose. HEX triplet: F2, CB and DD. RGB value is (242,203,221). Sum of RGB (Red+Green+Blue) = 242+203+221=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBDD is #0D3422. Grayscale: #D8D8D8. Windows color (decimal): -865315 or 14535666. OLE color: 14535666.

HSL color Cylindrical-coordinate representation of color #F2CBDD: hue angle of 332.31º degrees, saturation: 0.6, 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 #F2CBDD is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 203 221 -
CMYK 0 0.16 0.09 0.05
HSL 332.31º 0.6% 0.87% -
HSV(B) 332.31º 0.16% 0.95% -
XYZ 71.03 66.81 77.56 -
YUV 216.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 242 203 221 0 0.16 0.09 0.05 332.31 0.6 0.87
Hex F2 CB DD 0 10 9 5 14C 3C 57
Octal 362 313 335 0 20 11 5 514 74 127
Binary 11110010 11001011 11011101 0 10000 1001 101 101001100 111100 1010111

Color Harmonies of #F2CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBDD

Black with #F2CBDD

Text Example


Text Example

White with #F2CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBDD; }

 p { color: rgb(242,203,221); }

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

background-color css

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

 a { background-color: rgb(242,203,221); }

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

border-color css

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

 span { border-color: rgb(242,203,221); }

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