Html Css Color HEX #F6CBDB Classic Rose

📋 copy color: '#F6CBDB'

red 246 ◦ green 203 ◦ blue 219

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

Shades of Classic Rose #F6CBDB

Tints of Classic Rose #F6CBDB

RGB

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

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

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

R = 36.83%
G = 30.39%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6CBDB (or 0xF6CBDB) is known color: Classic Rose. HEX triplet: F6, CB and DB. RGB value is (246,203,219). Sum of RGB (Red+Green+Blue) = 246+203+219=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBDB is #093424. Grayscale: #D9D9D9. Windows color (decimal): -603173 or 14404598. OLE color: 14404598.

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

Color convert

RGB 246 203 219 -
CMYK 0 0.17 0.11 0.04
HSL 337.67º 0.7% 0.88% -
HSV(B) 337.67º 0.17% 0.96% -
XYZ 72.15 67.42 76.23 -
YUV 217.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 246 203 219 0 0.17 0.11 0.04 337.67 0.7 0.88
Hex F6 CB DB 0 11 B 4 152 46 58
Octal 366 313 333 0 21 13 4 522 106 130
Binary 11110110 11001011 11011011 0 10001 1011 100 101010010 1000110 1011000

Color Harmonies of #F6CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBDB

Black with #F6CBDB

Text Example


Text Example

White with #F6CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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