Html Css Color HEX #FFD2B4 Apricot

📋 copy color: '#FFD2B4'

red 255 ◦ green 210 ◦ blue 180

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

Shades of Apricot #FFD2B4

Tints of Apricot #FFD2B4

RGB

 RED value IS 255 (100% from 255) = 39.53%

 GREEN value IS 210 (82.42% from 255) = 32.56%

 BLUE value IS 180 (70.7% from 255) = 27.91%

R = 39.53%
G = 32.56%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFD2B4 (or 0xFFD2B4) is known color: Apricot. HEX triplet: FF, D2 and B4. RGB value is (255,210,180). Sum of RGB (Red+Green+Blue) = 255+210+180=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 180 (70.70% from 255 or 27.91% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2B4 is #002D4B. Grayscale: #DCDCDC. Windows color (decimal): -11596 or 11850495. OLE color: 11850495.

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

Color convert

RGB 255 210 180 -
CMYK 0 0.18 0.29 0
HSL 24º 1% 0.85% -
HSV(B) 24º 0.29% 1% -
XYZ 72.52 70.65 52.99 -
YUV 220.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 255 210 180 0 0.18 0.29 0 24 1 0.85
Hex FF D2 B4 0 12 1D 0 18 64 55
Octal 377 322 264 0 22 35 0 30 144 125
Binary 11111111 11010010 10110100 0 10010 11101 0 11000 1100100 1010101

Color Harmonies of #FFD2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD2B4

Black with #FFD2B4

Text Example


Text Example

White with #FFD2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD2B4; }

 p { color: rgb(255,210,180); }

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

background-color css

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

 a { background-color: rgb(255,210,180); }

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

border-color css

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

 span { border-color: rgb(255,210,180); }

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