Html Css Color HEX #FFC6DB Classic Rose

📋 copy color: '#FFC6DB'

red 255 ◦ green 198 ◦ blue 219

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

Shades of Classic Rose #FFC6DB

Tints of Classic Rose #FFC6DB

RGB

 RED value IS 255 (100% from 255) = 37.95%

 GREEN value IS 198 (77.73% from 255) = 29.46%

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

R = 37.95%
G = 29.46%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFC6DB (or 0xFFC6DB) is known color: Classic Rose. HEX triplet: FF, C6 and DB. RGB value is (255,198,219). Sum of RGB (Red+Green+Blue) = 255+198+219=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6DB is #003924. Grayscale: #D9D9D9. Windows color (decimal): -14629 or 14403327. OLE color: 14403327.

HSL color Cylindrical-coordinate representation of color #FFC6DB: hue angle of 337.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC6DB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 219 -
CMYK 0 0.22 0.14 0
HSL 337.89º 1% 0.89% -
HSV(B) 337.89º 0.22% 1% -
XYZ 74.22 66.76 75.99 -
YUV 217.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 255 198 219 0 0.22 0.14 0 337.89 1 0.89
Hex FF C6 DB 0 16 E 0 152 64 59
Octal 377 306 333 0 26 16 0 522 144 131
Binary 11111111 11000110 11011011 0 10110 1110 0 101010010 1100100 1011001

Color Harmonies of #FFC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6DB

Black with #FFC6DB

Text Example


Text Example

White with #FFC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6DB; }

 p { color: rgb(255,198,219); }

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

background-color css

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

 a { background-color: rgb(255,198,219); }

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

border-color css

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

 span { border-color: rgb(255,198,219); }

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