Html Css Color HEX #F6CBDC Classic Rose

📋 copy color: '#F6CBDC'

red 246 ◦ green 203 ◦ blue 220

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

Shades of Classic Rose #F6CBDC

Tints of Classic Rose #F6CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.88%

R = 36.77%
G = 30.34%
B = 32.88%

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

#F6CBDC (or 0xF6CBDC) is known color: Classic Rose. HEX triplet: F6, CB and DC. RGB value is (246,203,220). Sum of RGB (Red+Green+Blue) = 246+203+220=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBDC is #093423. Grayscale: #D9D9D9. Windows color (decimal): -603172 or 14470134. OLE color: 14470134.

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

Color convert

RGB 246 203 220 -
CMYK 0 0.17 0.11 0.04
HSL 336.28º 0.7% 0.88% -
HSV(B) 336.28º 0.17% 0.96% -
XYZ 72.28 67.47 76.92 -
YUV 217.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 246 203 220 0 0.17 0.11 0.04 336.28 0.7 0.88
Hex F6 CB DC 0 11 B 4 150 46 58
Octal 366 313 334 0 21 13 4 520 106 130
Binary 11110110 11001011 11011100 0 10001 1011 100 101010000 1000110 1011000

Color Harmonies of #F6CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBDC

Black with #F6CBDC

Text Example


Text Example

White with #F6CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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