Html Css Color HEX #F2CBE2 Classic Rose

📋 copy color: '#F2CBE2'

red 242 ◦ green 203 ◦ blue 226

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

Shades of Classic Rose #F2CBE2

Tints of Classic Rose #F2CBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.68%

R = 36.07%
G = 30.25%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2CBE2 (or 0xF2CBE2) is known color: Classic Rose. HEX triplet: F2, CB and E2. RGB value is (242,203,226). Sum of RGB (Red+Green+Blue) = 242+203+226=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBE2 is #0D341D. Grayscale: #D9D9D9. Windows color (decimal): -865310 or 14863346. OLE color: 14863346.

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

Color convert

RGB 242 203 226 -
CMYK 0 0.16 0.07 0.05
HSL 324.62º 0.6% 0.87% -
HSV(B) 324.62º 0.16% 0.95% -
XYZ 71.7 67.08 81.12 -
YUV 217.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 242 203 226 0 0.16 0.07 0.05 324.62 0.6 0.87
Hex F2 CB E2 0 10 7 5 145 3C 57
Octal 362 313 342 0 20 7 5 505 74 127
Binary 11110010 11001011 11100010 0 10000 111 101 101000101 111100 1010111

Color Harmonies of #F2CBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBE2

Black with #F2CBE2

Text Example


Text Example

White with #F2CBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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