Html Css Color HEX #F6CADB Classic Rose

📋 copy color: '#F6CADB'

red 246 ◦ green 202 ◦ blue 219

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

Shades of Classic Rose #F6CADB

Tints of Classic Rose #F6CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.28%

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

R = 36.88%
G = 30.28%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6CADB (or 0xF6CADB) is known color: Classic Rose. HEX triplet: F6, CA and DB. RGB value is (246,202,219). Sum of RGB (Red+Green+Blue) = 246+202+219=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CADB is #093524. Grayscale: #D9D9D9. Windows color (decimal): -603429 or 14404342. OLE color: 14404342.

HSL color Cylindrical-coordinate representation of color #F6CADB: hue angle of 336.82º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6CADB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 202 219 -
CMYK 0 0.18 0.11 0.04
HSL 336.82º 0.71% 0.88% -
HSV(B) 336.82º 0.18% 0.96% -
XYZ 71.91 66.95 76.15 -
YUV 217.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 246 202 219 0 0.18 0.11 0.04 336.82 0.71 0.88
Hex F6 CA DB 0 12 B 4 151 47 58
Octal 366 312 333 0 22 13 4 521 107 130
Binary 11110110 11001010 11011011 0 10010 1011 100 101010001 1000111 1011000

Color Harmonies of #F6CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CADB

Black with #F6CADB

Text Example


Text Example

White with #F6CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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