Html Css Color HEX #F2CBDE Classic Rose

📋 copy color: '#F2CBDE'

red 242 ◦ green 203 ◦ blue 222

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

Shades of Classic Rose #F2CBDE

Tints of Classic Rose #F2CBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.28%

R = 36.28%
G = 30.43%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2CBDE (or 0xF2CBDE) is known color: Classic Rose. HEX triplet: F2, CB and DE. RGB value is (242,203,222). Sum of RGB (Red+Green+Blue) = 242+203+222=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBDE is #0D3421. Grayscale: #D8D8D8. Windows color (decimal): -865314 or 14601202. OLE color: 14601202.

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

Color convert

RGB 242 203 222 -
CMYK 0 0.16 0.08 0.05
HSL 330.77º 0.6% 0.87% -
HSV(B) 330.77º 0.16% 0.95% -
XYZ 71.16 66.86 78.26 -
YUV 216.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 242 203 222 0 0.16 0.08 0.05 330.77 0.6 0.87
Hex F2 CB DE 0 10 8 5 14B 3C 57
Octal 362 313 336 0 20 10 5 513 74 127
Binary 11110010 11001011 11011110 0 10000 1000 101 101001011 111100 1010111

Color Harmonies of #F2CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBDE

Black with #F2CBDE

Text Example


Text Example

White with #F2CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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