Html Css Color HEX #FFCBB0 Apricot

📋 copy color: '#FFCBB0'

red 255 ◦ green 203 ◦ blue 176

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

Shades of Apricot #FFCBB0

Tints of Apricot #FFCBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.02%

 BLUE value IS 176 (69.14% from 255) = 27.76%

R = 40.22%
G = 32.02%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFCBB0 (or 0xFFCBB0) is known color: Apricot. HEX triplet: FF, CB and B0. RGB value is (255,203,176). Sum of RGB (Red+Green+Blue) = 255+203+176=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBB0 is #00344F. Grayscale: #D7D7D7. Windows color (decimal): -13392 or 11586559. OLE color: 11586559.

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

Color convert

RGB 255 203 176 -
CMYK 0 0.20 0.31 0
HSL 20.51º 1% 0.85% -
HSV(B) 20.51º 0.31% 1% -
XYZ 70.43 67.11 50.31 -
YUV 215.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 255 203 176 0 0.20 0.31 0 20.51 1 0.85
Hex FF CB B0 0 14 1F 0 15 64 55
Octal 377 313 260 0 24 37 0 25 144 125
Binary 11111111 11001011 10110000 0 10100 11111 0 10101 1100100 1010101

Color Harmonies of #FFCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCBB0

Black with #FFCBB0

Text Example


Text Example

White with #FFCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCBB0; }

 p { color: rgb(255,203,176); }

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

background-color css

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

 a { background-color: rgb(255,203,176); }

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

border-color css

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

 span { border-color: rgb(255,203,176); }

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