Html Css Color HEX #FBC2CF Pink

📋 copy color: '#FBC2CF'

red 251 ◦ green 194 ◦ blue 207

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

Shades of Pink #FBC2CF

Tints of Pink #FBC2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.75%

R = 38.5%
G = 29.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBC2CF (or 0xFBC2CF) is known color: Pink. HEX triplet: FB, C2 and CF. RGB value is (251,194,207). Sum of RGB (Red+Green+Blue) = 251+194+207=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2CF is #043D30. Grayscale: #D4D4D4. Windows color (decimal): -277809 or 13615867. OLE color: 13615867.

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

Color convert

RGB 251 194 207 -
CMYK 0 0.23 0.18 0.02
HSL 346.32º 0.88% 0.87% -
HSV(B) 346.32º 0.23% 0.98% -
XYZ 70.34 63.6 67.6 -
YUV 212.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 251 194 207 0 0.23 0.18 0.02 346.32 0.88 0.87
Hex FB C2 CF 0 17 12 2 15A 58 57
Octal 373 302 317 0 27 22 2 532 130 127
Binary 11111011 11000010 11001111 0 10111 10010 10 101011010 1011000 1010111

Color Harmonies of #FBC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2CF

Black with #FBC2CF

Text Example


Text Example

White with #FBC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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