Html Css Color HEX #FBC2CA Pink

📋 copy color: '#FBC2CA'

red 251 ◦ green 194 ◦ blue 202

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

Shades of Pink #FBC2CA

Tints of Pink #FBC2CA

RGB

 RED value IS 251 (98.44% from 255) = 38.79%

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

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

R = 38.79%
G = 29.98%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBC2CA (or 0xFBC2CA) is known color: Pink. HEX triplet: FB, C2 and CA. RGB value is (251,194,202). Sum of RGB (Red+Green+Blue) = 251+194+202=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2CA is #043D35. Grayscale: #D3D3D3. Windows color (decimal): -277814 or 13288187. OLE color: 13288187.

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

Color convert

RGB 251 194 202 -
CMYK 0 0.23 0.20 0.02
HSL 351.58º 0.88% 0.87% -
HSV(B) 351.58º 0.23% 0.98% -
XYZ 69.74 63.36 64.43 -
YUV 211.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 251 194 202 0 0.23 0.20 0.02 351.58 0.88 0.87
Hex FB C2 CA 0 17 14 2 160 58 57
Octal 373 302 312 0 27 24 2 540 130 127
Binary 11111011 11000010 11001010 0 10111 10100 10 101100000 1011000 1010111

Color Harmonies of #FBC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2CA

Black with #FBC2CA

Text Example


Text Example

White with #FBC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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