Html Css Color HEX #FBD3D2 Cosmos

📋 copy color: '#FBD3D2'

red 251 ◦ green 211 ◦ blue 210

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

Shades of Cosmos #FBD3D2

Tints of Cosmos #FBD3D2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.4%

 BLUE value IS 210 (82.42% from 255) = 31.25%

R = 37.35%
G = 31.4%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBD3D2 (or 0xFBD3D2) is known color: Cosmos. HEX triplet: FB, D3 and D2. RGB value is (251,211,210). Sum of RGB (Red+Green+Blue) = 251+211+210=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3D2 is #042C2D. Grayscale: #DEDEDE. Windows color (decimal): -273454 or 13816827. OLE color: 13816827.

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

Color convert

RGB 251 211 210 -
CMYK 0 0.16 0.16 0.02
HSL 1.46º 0.84% 0.9% -
HSV(B) 1.46º 0.16% 0.98% -
XYZ 74.71 71.75 70.88 -
YUV 222.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 251 211 210 0 0.16 0.16 0.02 1.46 0.84 0.9
Hex FB D3 D2 0 10 10 2 1 54 5A
Octal 373 323 322 0 20 20 2 1 124 132
Binary 11111011 11010011 11010010 0 10000 10000 10 1 1010100 1011010

Color Harmonies of #FBD3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD3D2

Black with #FBD3D2

Text Example


Text Example

White with #FBD3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD3D2; }

 p { color: rgb(251,211,210); }

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

background-color css

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

 a { background-color: rgb(251,211,210); }

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

border-color css

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

 span { border-color: rgb(251,211,210); }

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