Html Css Color HEX #FAC2CA Pink

📋 copy color: '#FAC2CA'

red 250 ◦ green 194 ◦ blue 202

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

Shades of Pink #FAC2CA

Tints of Pink #FAC2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.27%

R = 38.7%
G = 30.03%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAC2CA (or 0xFAC2CA) is known color: Pink. HEX triplet: FA, C2 and CA. RGB value is (250,194,202). Sum of RGB (Red+Green+Blue) = 250+194+202=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2CA is #053D35. Grayscale: #D3D3D3. Windows color (decimal): -343350 or 13288186. OLE color: 13288186.

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

Color convert

RGB 250 194 202 -
CMYK 0 0.22 0.19 0.02
HSL 351.43º 0.85% 0.87% -
HSV(B) 351.43º 0.22% 0.98% -
XYZ 69.38 63.17 64.41 -
YUV 211.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 250 194 202 0 0.22 0.19 0.02 351.43 0.85 0.87
Hex FA C2 CA 0 16 13 2 15F 55 57
Octal 372 302 312 0 26 23 2 537 125 127
Binary 11111010 11000010 11001010 0 10110 10011 10 101011111 1010101 1010111

Color Harmonies of #FAC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2CA

Black with #FAC2CA

Text Example


Text Example

White with #FAC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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