Html Css Color HEX #F6CBDA Classic Rose

📋 copy color: '#F6CBDA'

red 246 ◦ green 203 ◦ blue 218

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

Shades of Classic Rose #F6CBDA

Tints of Classic Rose #F6CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.68%

R = 36.88%
G = 30.43%
B = 32.68%

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

#F6CBDA (or 0xF6CBDA) is known color: Classic Rose. HEX triplet: F6, CB and DA. RGB value is (246,203,218). Sum of RGB (Red+Green+Blue) = 246+203+218=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBDA is #093425. Grayscale: #D9D9D9. Windows color (decimal): -603174 or 14339062. OLE color: 14339062.

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

Color convert

RGB 246 203 218 -
CMYK 0 0.17 0.11 0.04
HSL 339.07º 0.7% 0.88% -
HSV(B) 339.07º 0.17% 0.96% -
XYZ 72.02 67.37 75.54 -
YUV 217.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 246 203 218 0 0.17 0.11 0.04 339.07 0.7 0.88
Hex F6 CB DA 0 11 B 4 153 46 58
Octal 366 313 332 0 21 13 4 523 106 130
Binary 11110110 11001011 11011010 0 10001 1011 100 101010011 1000110 1011000

Color Harmonies of #F6CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBDA

Black with #F6CBDA

Text Example


Text Example

White with #F6CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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