Html Css Color HEX #FFCFB5 Apricot

📋 copy color: '#FFCFB5'

red 255 ◦ green 207 ◦ blue 181

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

Shades of Apricot #FFCFB5

Tints of Apricot #FFCFB5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.19%

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

R = 39.66%
G = 32.19%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFCFB5 (or 0xFFCFB5) is known color: Apricot. HEX triplet: FF, CF and B5. RGB value is (255,207,181). Sum of RGB (Red+Green+Blue) = 255+207+181=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFB5 is #00304A. Grayscale: #DADADA. Windows color (decimal): -12363 or 11915263. OLE color: 11915263.

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

Color convert

RGB 255 207 181 -
CMYK 0 0.19 0.29 0
HSL 21.08º 1% 0.85% -
HSV(B) 21.08º 0.29% 1% -
XYZ 71.89 69.22 53.29 -
YUV 218.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 255 207 181 0 0.19 0.29 0 21.08 1 0.85
Hex FF CF B5 0 13 1D 0 15 64 55
Octal 377 317 265 0 23 35 0 25 144 125
Binary 11111111 11001111 10110101 0 10011 11101 0 10101 1100100 1010101

Color Harmonies of #FFCFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFB5

Black with #FFCFB5

Text Example


Text Example

White with #FFCFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFB5; }

 p { color: rgb(255,207,181); }

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

background-color css

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

 a { background-color: rgb(255,207,181); }

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

border-color css

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

 span { border-color: rgb(255,207,181); }

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