Html Css Color HEX #FBCDB5 Apricot

📋 copy color: '#FBCDB5'

red 251 ◦ green 205 ◦ blue 181

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

Shades of Apricot #FBCDB5

Tints of Apricot #FBCDB5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.18%

 BLUE value IS 181 (71.09% from 255) = 28.41%

R = 39.4%
G = 32.18%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBCDB5 (or 0xFBCDB5) is known color: Apricot. HEX triplet: FB, CD and B5. RGB value is (251,205,181). Sum of RGB (Red+Green+Blue) = 251+205+181=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDB5 is #04324A. Grayscale: #D8D8D8. Windows color (decimal): -275019 or 11914747. OLE color: 11914747.

HSL color Cylindrical-coordinate representation of color #FBCDB5: hue angle of 20.57º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBCDB5 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 181 -
CMYK 0 0.18 0.28 0.02
HSL 20.57º 0.9% 0.85% -
HSV(B) 20.57º 0.28% 0.98% -
XYZ 69.96 67.51 53.06 -
YUV 216.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 251 205 181 0 0.18 0.28 0.02 20.57 0.9 0.85
Hex FB CD B5 0 12 1C 2 15 5A 55
Octal 373 315 265 0 22 34 2 25 132 125
Binary 11111011 11001101 10110101 0 10010 11100 10 10101 1011010 1010101

Color Harmonies of #FBCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDB5

Black with #FBCDB5

Text Example


Text Example

White with #FBCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDB5; }

 p { color: rgb(251,205,181); }

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

background-color css

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

 a { background-color: rgb(251,205,181); }

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

border-color css

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

 span { border-color: rgb(251,205,181); }

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