Html Css Color HEX #F6CBE0 Classic Rose

📋 copy color: '#F6CBE0'

red 246 ◦ green 203 ◦ blue 224

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

Shades of Classic Rose #F6CBE0

Tints of Classic Rose #F6CBE0

RGB

 RED value IS 246 (96.48% from 255) = 36.55%

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

 BLUE value IS 224 (87.89% from 255) = 33.28%

R = 36.55%
G = 30.16%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6CBE0 (or 0xF6CBE0) is known color: Classic Rose. HEX triplet: F6, CB and E0. RGB value is (246,203,224). Sum of RGB (Red+Green+Blue) = 246+203+224=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBE0 is #09341F. Grayscale: #DADADA. Windows color (decimal): -603168 or 14732278. OLE color: 14732278.

HSL color Cylindrical-coordinate representation of color #F6CBE0: hue angle of 330.7º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CBE0 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 203 224 -
CMYK 0 0.17 0.09 0.04
HSL 330.7º 0.7% 0.88% -
HSV(B) 330.7º 0.17% 0.96% -
XYZ 72.82 67.69 79.75 -
YUV 218.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 246 203 224 0 0.17 0.09 0.04 330.7 0.7 0.88
Hex F6 CB E0 0 11 9 4 14B 46 58
Octal 366 313 340 0 21 11 4 513 106 130
Binary 11110110 11001011 11100000 0 10001 1001 100 101001011 1000110 1011000

Color Harmonies of #F6CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBE0

Black with #F6CBE0

Text Example


Text Example

White with #F6CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBE0; }

 p { color: rgb(246,203,224); }

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

background-color css

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

 a { background-color: rgb(246,203,224); }

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

border-color css

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

 span { border-color: rgb(246,203,224); }

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