Html Css Color HEX #FBCDB2 Apricot

📋 copy color: '#FBCDB2'

red 251 ◦ green 205 ◦ blue 178

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

Shades of Apricot #FBCDB2

Tints of Apricot #FBCDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.08%

R = 39.59%
G = 32.33%
B = 28.08%

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

#FBCDB2 (or 0xFBCDB2) is known color: Apricot. HEX triplet: FB, CD and B2. RGB value is (251,205,178). Sum of RGB (Red+Green+Blue) = 251+205+178=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDB2 is #04324D. Grayscale: #D7D7D7. Windows color (decimal): -275022 or 11718139. OLE color: 11718139.

HSL color Cylindrical-coordinate representation of color #FBCDB2: hue angle of 22.19º 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 #FBCDB2 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 178 -
CMYK 0 0.18 0.29 0.02
HSL 22.19º 0.9% 0.84% -
HSV(B) 22.19º 0.29% 0.98% -
XYZ 69.65 67.39 51.46 -
YUV 215.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 251 205 178 0 0.18 0.29 0.02 22.19 0.9 0.84
Hex FB CD B2 0 12 1D 2 16 5A 54
Octal 373 315 262 0 22 35 2 26 132 124
Binary 11111011 11001101 10110010 0 10010 11101 10 10110 1011010 1010100

Color Harmonies of #FBCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDB2

Black with #FBCDB2

Text Example


Text Example

White with #FBCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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