Html Css Color HEX #FAC3DB Classic Rose

📋 copy color: '#FAC3DB'

red 250 ◦ green 195 ◦ blue 219

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

Shades of Classic Rose #FAC3DB

Tints of Classic Rose #FAC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.37%

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

R = 37.65%
G = 29.37%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC3DB (or 0xFAC3DB) is known color: Classic Rose. HEX triplet: FA, C3 and DB. RGB value is (250,195,219). Sum of RGB (Red+Green+Blue) = 250+195+219=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3DB is #053C24. Grayscale: #D6D6D6. Windows color (decimal): -343077 or 14402554. OLE color: 14402554.

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

Color convert

RGB 250 195 219 -
CMYK 0 0.22 0.12 0.02
HSL 333.82º 0.85% 0.87% -
HSV(B) 333.82º 0.22% 0.98% -
XYZ 71.73 64.47 75.68 -
YUV 214.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 250 195 219 0 0.22 0.12 0.02 333.82 0.85 0.87
Hex FA C3 DB 0 16 C 2 14E 55 57
Octal 372 303 333 0 26 14 2 516 125 127
Binary 11111010 11000011 11011011 0 10110 1100 10 101001110 1010101 1010111

Color Harmonies of #FAC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3DB

Black with #FAC3DB

Text Example


Text Example

White with #FAC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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