Html Css Color HEX #FAC1CA Pink

📋 copy color: '#FAC1CA'

red 250 ◦ green 193 ◦ blue 202

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

Shades of Pink #FAC1CA

Tints of Pink #FAC1CA

RGB

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

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

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

R = 38.76%
G = 29.92%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAC1CA (or 0xFAC1CA) is known color: Pink. HEX triplet: FA, C1 and CA. RGB value is (250,193,202). Sum of RGB (Red+Green+Blue) = 250+193+202=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1CA is #053E35. Grayscale: #D3D3D3. Windows color (decimal): -343606 or 13287930. OLE color: 13287930.

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

Color convert

RGB 250 193 202 -
CMYK 0 0.23 0.19 0.02
HSL 350.53º 0.85% 0.87% -
HSV(B) 350.53º 0.23% 0.98% -
XYZ 69.15 62.73 64.34 -
YUV 211.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 250 193 202 0 0.23 0.19 0.02 350.53 0.85 0.87
Hex FA C1 CA 0 17 13 2 15F 55 57
Octal 372 301 312 0 27 23 2 537 125 127
Binary 11111010 11000001 11001010 0 10111 10011 10 101011111 1010101 1010111

Color Harmonies of #FAC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1CA

Black with #FAC1CA

Text Example


Text Example

White with #FAC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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