Html Css Color HEX #FBD5D1 Cosmos

📋 copy color: '#FBD5D1'

red 251 ◦ green 213 ◦ blue 209

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

Shades of Cosmos #FBD5D1

Tints of Cosmos #FBD5D1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.65%

 BLUE value IS 209 (82.03% from 255) = 31.05%

R = 37.3%
G = 31.65%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBD5D1 (or 0xFBD5D1) is known color: Cosmos. HEX triplet: FB, D5 and D1. RGB value is (251,213,209). Sum of RGB (Red+Green+Blue) = 251+213+209=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 209 (82.03% from 255 or 31.05% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5D1 is #042A2E. Grayscale: #DFDFDF. Windows color (decimal): -272943 or 13751803. OLE color: 13751803.

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

Color convert

RGB 251 213 209 -
CMYK 0 0.15 0.17 0.02
HSL 5.71º 0.84% 0.9% -
HSV(B) 5.71º 0.17% 0.98% -
XYZ 75.09 72.7 70.4 -
YUV 223.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 251 213 209 0 0.15 0.17 0.02 5.71 0.84 0.9
Hex FB D5 D1 0 F 11 2 6 54 5A
Octal 373 325 321 0 17 21 2 6 124 132
Binary 11111011 11010101 11010001 0 1111 10001 10 110 1010100 1011010

Color Harmonies of #FBD5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD5D1

Black with #FBD5D1

Text Example


Text Example

White with #FBD5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD5D1; }

 p { color: rgb(251,213,209); }

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

background-color css

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

 a { background-color: rgb(251,213,209); }

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

border-color css

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

 span { border-color: rgb(251,213,209); }

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