Html Css Color HEX #F6CBDF Classic Rose

📋 copy color: '#F6CBDF'

red 246 ◦ green 203 ◦ blue 223

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

Shades of Classic Rose #F6CBDF

Tints of Classic Rose #F6CBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.18%

R = 36.61%
G = 30.21%
B = 33.18%

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

#F6CBDF (or 0xF6CBDF) is known color: Classic Rose. HEX triplet: F6, CB and DF. RGB value is (246,203,223). Sum of RGB (Red+Green+Blue) = 246+203+223=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBDF is #093420. Grayscale: #DADADA. Windows color (decimal): -603169 or 14666742. OLE color: 14666742.

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

Color convert

RGB 246 203 223 -
CMYK 0 0.17 0.09 0.04
HSL 332.09º 0.7% 0.88% -
HSV(B) 332.09º 0.17% 0.96% -
XYZ 72.68 67.63 79.04 -
YUV 218.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 246 203 223 0 0.17 0.09 0.04 332.09 0.7 0.88
Hex F6 CB DF 0 11 9 4 14C 46 58
Octal 366 313 337 0 21 11 4 514 106 130
Binary 11110110 11001011 11011111 0 10001 1001 100 101001100 1000110 1011000

Color Harmonies of #F6CBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBDF

Black with #F6CBDF

Text Example


Text Example

White with #F6CBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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