Html Css Color HEX #FAC1DE Classic Rose

📋 copy color: '#FAC1DE'

red 250 ◦ green 193 ◦ blue 222

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

Shades of Classic Rose #FAC1DE

Tints of Classic Rose #FAC1DE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.02%

 BLUE value IS 222 (87.11% from 255) = 33.38%

R = 37.59%
G = 29.02%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAC1DE (or 0xFAC1DE) is known color: Classic Rose. HEX triplet: FA, C1 and DE. RGB value is (250,193,222). Sum of RGB (Red+Green+Blue) = 250+193+222=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1DE is #053E21. Grayscale: #D5D5D5. Windows color (decimal): -343586 or 14598650. OLE color: 14598650.

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

Color convert

RGB 250 193 222 -
CMYK 0 0.23 0.11 0.02
HSL 329.47º 0.85% 0.87% -
HSV(B) 329.47º 0.23% 0.98% -
XYZ 71.68 63.74 77.63 -
YUV 213.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 250 193 222 0 0.23 0.11 0.02 329.47 0.85 0.87
Hex FA C1 DE 0 17 B 2 149 55 57
Octal 372 301 336 0 27 13 2 511 125 127
Binary 11111010 11000001 11011110 0 10111 1011 10 101001001 1010101 1010111

Color Harmonies of #FAC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1DE

Black with #FAC1DE

Text Example


Text Example

White with #FAC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1DE; }

 p { color: rgb(250,193,222); }

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

background-color css

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

 a { background-color: rgb(250,193,222); }

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

border-color css

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

 span { border-color: rgb(250,193,222); }

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