Html Css Color HEX #FCBDD0 Pink

📋 copy color: '#FCBDD0'

red 252 ◦ green 189 ◦ blue 208

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

Shades of Pink #FCBDD0

Tints of Pink #FCBDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.12%

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

R = 38.83%
G = 29.12%
B = 32.05%

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

#FCBDD0 (or 0xFCBDD0) is known color: Pink. HEX triplet: FC, BD and D0. RGB value is (252,189,208). Sum of RGB (Red+Green+Blue) = 252+189+208=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDD0 is #03422F. Grayscale: #D1D1D1. Windows color (decimal): -213552 or 13680124. OLE color: 13680124.

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

Color convert

RGB 252 189 208 -
CMYK 0 0.25 0.17 0.01
HSL 341.9º 0.91% 0.86% -
HSV(B) 341.9º 0.25% 0.99% -
XYZ 69.73 61.64 67.9 -
YUV 210 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 252 189 208 0 0.25 0.17 0.01 341.9 0.91 0.86
Hex FC BD D0 0 19 11 1 156 5B 56
Octal 374 275 320 0 31 21 1 526 133 126
Binary 11111100 10111101 11010000 0 11001 10001 1 101010110 1011011 1010110

Color Harmonies of #FCBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDD0

Black with #FCBDD0

Text Example


Text Example

White with #FCBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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