Html Css Color HEX #FAC2CD Pink

📋 copy color: '#FAC2CD'

red 250 ◦ green 194 ◦ blue 205

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

Shades of Pink #FAC2CD

Tints of Pink #FAC2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.59%

R = 38.52%
G = 29.89%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAC2CD (or 0xFAC2CD) is known color: Pink. HEX triplet: FA, C2 and CD. RGB value is (250,194,205). Sum of RGB (Red+Green+Blue) = 250+194+205=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2CD is #053D32. Grayscale: #D4D4D4. Windows color (decimal): -343347 or 13484794. OLE color: 13484794.

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

Color convert

RGB 250 194 205 -
CMYK 0 0.22 0.18 0.02
HSL 348.21º 0.85% 0.87% -
HSV(B) 348.21º 0.22% 0.98% -
XYZ 69.74 63.32 66.3 -
YUV 212 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 250 194 205 0 0.22 0.18 0.02 348.21 0.85 0.87
Hex FA C2 CD 0 16 12 2 15C 55 57
Octal 372 302 315 0 26 22 2 534 125 127
Binary 11111010 11000010 11001101 0 10110 10010 10 101011100 1010101 1010111

Color Harmonies of #FAC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2CD

Black with #FAC2CD

Text Example


Text Example

White with #FAC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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