Html Css Color HEX #F2CEDB Classic Rose

📋 copy color: '#F2CEDB'

red 242 ◦ green 206 ◦ blue 219

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

Shades of Classic Rose #F2CEDB

Tints of Classic Rose #F2CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.88%

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

R = 36.28%
G = 30.88%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2CEDB (or 0xF2CEDB) is known color: Classic Rose. HEX triplet: F2, CE and DB. RGB value is (242,206,219). Sum of RGB (Red+Green+Blue) = 242+206+219=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEDB is #0D3124. Grayscale: #DADADA. Windows color (decimal): -864549 or 14405362. OLE color: 14405362.

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

Color convert

RGB 242 206 219 -
CMYK 0 0.15 0.10 0.05
HSL 338.33º 0.58% 0.88% -
HSV(B) 338.33º 0.15% 0.95% -
XYZ 71.48 68.13 76.4 -
YUV 218.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 242 206 219 0 0.15 0.10 0.05 338.33 0.58 0.88
Hex F2 CE DB 0 F A 5 152 3A 58
Octal 362 316 333 0 17 12 5 522 72 130
Binary 11110010 11001110 11011011 0 1111 1010 101 101010010 111010 1011000

Color Harmonies of #F2CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEDB

Black with #F2CEDB

Text Example


Text Example

White with #F2CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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