Html Css Color HEX #FBCDB3 Apricot

📋 copy color: '#FBCDB3'

red 251 ◦ green 205 ◦ blue 179

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

Shades of Apricot #FBCDB3

Tints of Apricot #FBCDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.19%

R = 39.53%
G = 32.28%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBCDB3 (or 0xFBCDB3) is known color: Apricot. HEX triplet: FB, CD and B3. RGB value is (251,205,179). Sum of RGB (Red+Green+Blue) = 251+205+179=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDB3 is #04324C. Grayscale: #D7D7D7. Windows color (decimal): -275021 or 11783675. OLE color: 11783675.

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

Color convert

RGB 251 205 179 -
CMYK 0 0.18 0.29 0.02
HSL 21.67º 0.9% 0.84% -
HSV(B) 21.67º 0.29% 0.98% -
XYZ 69.75 67.43 51.99 -
YUV 215.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 251 205 179 0 0.18 0.29 0.02 21.67 0.9 0.84
Hex FB CD B3 0 12 1D 2 16 5A 54
Octal 373 315 263 0 22 35 2 26 132 124
Binary 11111011 11001101 10110011 0 10010 11101 10 10110 1011010 1010100

Color Harmonies of #FBCDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDB3

Black with #FBCDB3

Text Example


Text Example

White with #FBCDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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