Html Css Color HEX #FBBCCA Pink

📋 copy color: '#FBBCCA'

red 251 ◦ green 188 ◦ blue 202

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

Shades of Pink #FBBCCA

Tints of Pink #FBBCCA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.33%

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

R = 39.16%
G = 29.33%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBBCCA (or 0xFBBCCA) is known color: Pink. HEX triplet: FB, BC and CA. RGB value is (251,188,202). Sum of RGB (Red+Green+Blue) = 251+188+202=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCCA is #044335. Grayscale: #D0D0D0. Windows color (decimal): -279350 or 13286651. OLE color: 13286651.

HSL color Cylindrical-coordinate representation of color #FBBCCA: hue angle of 346.67º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBCCA is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 188 202 -
CMYK 0 0.25 0.20 0.02
HSL 346.67º 0.89% 0.86% -
HSV(B) 346.67º 0.25% 0.98% -
XYZ 68.43 60.74 63.99 -
YUV 208.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 251 188 202 0 0.25 0.20 0.02 346.67 0.89 0.86
Hex FB BC CA 0 19 14 2 15B 59 56
Octal 373 274 312 0 31 24 2 533 131 126
Binary 11111011 10111100 11001010 0 11001 10100 10 101011011 1011001 1010110

Color Harmonies of #FBBCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCCA

Black with #FBBCCA

Text Example


Text Example

White with #FBBCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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