Html Css Color HEX #FAC2D0 Pink

📋 copy color: '#FAC2D0'

red 250 ◦ green 194 ◦ blue 208

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

Shades of Pink #FAC2D0

Tints of Pink #FAC2D0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.75%

 BLUE value IS 208 (81.64% from 255) = 31.9%

R = 38.34%
G = 29.75%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAC2D0 (or 0xFAC2D0) is known color: Pink. HEX triplet: FA, C2 and D0. RGB value is (250,194,208). Sum of RGB (Red+Green+Blue) = 250+194+208=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2D0 is #053D2F. Grayscale: #D4D4D4. Windows color (decimal): -343344 or 13681402. OLE color: 13681402.

HSL color Cylindrical-coordinate representation of color #FAC2D0: hue angle of 345º 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 #FAC2D0 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 208 -
CMYK 0 0.22 0.17 0.02
HSL 345º 0.85% 0.87% -
HSV(B) 345º 0.22% 0.98% -
XYZ 70.1 63.46 68.23 -
YUV 212.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 250 194 208 0 0.22 0.17 0.02 345 0.85 0.87
Hex FA C2 D0 0 16 11 2 159 55 57
Octal 372 302 320 0 26 21 2 531 125 127
Binary 11111010 11000010 11010000 0 10110 10001 10 101011001 1010101 1010111

Color Harmonies of #FAC2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2D0

Black with #FAC2D0

Text Example


Text Example

White with #FAC2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2D0; }

 p { color: rgb(250,194,208); }

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

background-color css

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

 a { background-color: rgb(250,194,208); }

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

border-color css

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

 span { border-color: rgb(250,194,208); }

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