Html Css Color HEX #FCBED0 Pink

📋 copy color: '#FCBED0'

red 252 ◦ green 190 ◦ blue 208

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

Shades of Pink #FCBED0

Tints of Pink #FCBED0

RGB

 RED value IS 252 (98.83% from 255) = 38.77%

 GREEN value IS 190 (74.61% from 255) = 29.23%

 BLUE value IS 208 (81.64% from 255) = 32%

R = 38.77%
G = 29.23%
B = 32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCBED0 (or 0xFCBED0) is known color: Pink. HEX triplet: FC, BE and D0. RGB value is (252,190,208). Sum of RGB (Red+Green+Blue) = 252+190+208=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBED0 is #03412F. Grayscale: #D2D2D2. Windows color (decimal): -213296 or 13680380. OLE color: 13680380.

HSL color Cylindrical-coordinate representation of color #FCBED0: hue angle of 342.58º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBED0 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 190 208 -
CMYK 0 0.25 0.17 0.01
HSL 342.58º 0.91% 0.87% -
HSV(B) 342.58º 0.25% 0.99% -
XYZ 69.94 62.08 67.97 -
YUV 210.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 252 190 208 0 0.25 0.17 0.01 342.58 0.91 0.87
Hex FC BE D0 0 19 11 1 157 5B 57
Octal 374 276 320 0 31 21 1 527 133 127
Binary 11111100 10111110 11010000 0 11001 10001 1 101010111 1011011 1010111

Color Harmonies of #FCBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBED0

Black with #FCBED0

Text Example


Text Example

White with #FCBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBED0; }

 p { color: rgb(252,190,208); }

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

background-color css

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

 a { background-color: rgb(252,190,208); }

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

border-color css

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

 span { border-color: rgb(252,190,208); }

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