Html Css Color HEX #FAC6DB Classic Rose

📋 copy color: '#FAC6DB'

red 250 ◦ green 198 ◦ blue 219

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

Shades of Classic Rose #FAC6DB

Tints of Classic Rose #FAC6DB

RGB

 RED value IS 250 (98.05% from 255) = 37.48%

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

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

R = 37.48%
G = 29.69%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC6DB (or 0xFAC6DB) is known color: Classic Rose. HEX triplet: FA, C6 and DB. RGB value is (250,198,219). Sum of RGB (Red+Green+Blue) = 250+198+219=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6DB is #053924. Grayscale: #D7D7D7. Windows color (decimal): -342309 or 14403322. OLE color: 14403322.

HSL color Cylindrical-coordinate representation of color #FAC6DB: hue angle of 335.77º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC6DB is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 219 -
CMYK 0 0.21 0.12 0.02
HSL 335.77º 0.84% 0.88% -
HSV(B) 335.77º 0.21% 0.98% -
XYZ 72.4 65.83 75.91 -
YUV 215.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 250 198 219 0 0.21 0.12 0.02 335.77 0.84 0.88
Hex FA C6 DB 0 15 C 2 150 54 58
Octal 372 306 333 0 25 14 2 520 124 130
Binary 11111010 11000110 11011011 0 10101 1100 10 101010000 1010100 1011000

Color Harmonies of #FAC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6DB

Black with #FAC6DB

Text Example


Text Example

White with #FAC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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