Html Css Color HEX #F6CBE9 Classic Rose

📋 copy color: '#F6CBE9'

red 246 ◦ green 203 ◦ blue 233

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

Shades of Classic Rose #F6CBE9

Tints of Classic Rose #F6CBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.16%

R = 36.07%
G = 29.77%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F6CBE9 (or 0xF6CBE9) is known color: Classic Rose. HEX triplet: F6, CB and E9. RGB value is (246,203,233). Sum of RGB (Red+Green+Blue) = 246+203+233=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CBE9 is #093416. Grayscale: #DBDBDB. Windows color (decimal): -603159 or 15322102. OLE color: 15322102.

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

Color convert

RGB 246 203 233 -
CMYK 0 0.17 0.05 0.04
HSL 318.14º 0.7% 0.88% -
HSV(B) 318.14º 0.17% 0.96% -
XYZ 74.07 68.19 86.35 -
YUV 219.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 246 203 233 0 0.17 0.05 0.04 318.14 0.7 0.88
Hex F6 CB E9 0 11 5 4 13E 46 58
Octal 366 313 351 0 21 5 4 476 106 130
Binary 11110110 11001011 11101001 0 10001 101 100 100111110 1000110 1011000

Color Harmonies of #F6CBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBE9

Black with #F6CBE9

Text Example


Text Example

White with #F6CBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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