Html Css Color HEX #FAC8DD Classic Rose

📋 copy color: '#FAC8DD'

red 250 ◦ green 200 ◦ blue 221

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

Shades of Classic Rose #FAC8DD

Tints of Classic Rose #FAC8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.81%

 BLUE value IS 221 (86.72% from 255) = 32.94%

R = 37.26%
G = 29.81%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC8DD (or 0xFAC8DD) is known color: Classic Rose. HEX triplet: FA, C8 and DD. RGB value is (250,200,221). Sum of RGB (Red+Green+Blue) = 250+200+221=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8DD is #053722. Grayscale: #D9D9D9. Windows color (decimal): -341795 or 14534906. OLE color: 14534906.

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

Color convert

RGB 250 200 221 -
CMYK 0 0.2 0.12 0.02
HSL 334.8º 0.83% 0.88% -
HSV(B) 334.8º 0.2% 0.98% -
XYZ 73.13 66.85 77.46 -
YUV 217.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 250 200 221 0 0.2 0.12 0.02 334.8 0.83 0.88
Hex FA C8 DD 0 14 C 2 14F 53 58
Octal 372 310 335 0 24 14 2 517 123 130
Binary 11111010 11001000 11011101 0 10100 1100 10 101001111 1010011 1011000

Color Harmonies of #FAC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8DD

Black with #FAC8DD

Text Example


Text Example

White with #FAC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8DD; }

 p { color: rgb(250,200,221); }

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

background-color css

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

 a { background-color: rgb(250,200,221); }

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

border-color css

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

 span { border-color: rgb(250,200,221); }

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