Html Css Color HEX #FBDBE0 Carousel Pink

📋 copy color: '#FBDBE0'

red 251 ◦ green 219 ◦ blue 224

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

Shades of Carousel Pink #FBDBE0

Tints of Carousel Pink #FBDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.56%

 BLUE value IS 224 (87.89% from 255) = 32.28%

R = 36.17%
G = 31.56%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBDBE0 (or 0xFBDBE0) is known color: Carousel Pink. HEX triplet: FB, DB and E0. RGB value is (251,219,224). Sum of RGB (Red+Green+Blue) = 251+219+224=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBE0 is #04241F. Grayscale: #E5E5E5. Windows color (decimal): -271392 or 14736379. OLE color: 14736379.

HSL color Cylindrical-coordinate representation of color #FBDBE0: hue angle of 350.62º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDBE0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 224 -
CMYK 0 0.13 0.11 0.02
HSL 350.63º 0.8% 0.92% -
HSV(B) 350.63º 0.13% 0.98% -
XYZ 78.57 76.55 81.16 -
YUV 229.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 251 219 224 0 0.13 0.11 0.02 350.63 0.8 0.92
Hex FB DB E0 0 D B 2 15F 50 5C
Octal 373 333 340 0 15 13 2 537 120 134
Binary 11111011 11011011 11100000 0 1101 1011 10 101011111 1010000 1011100

Color Harmonies of #FBDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBE0

Black with #FBDBE0

Text Example


Text Example

White with #FBDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBE0; }

 p { color: rgb(251,219,224); }

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

background-color css

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

 a { background-color: rgb(251,219,224); }

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

border-color css

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

 span { border-color: rgb(251,219,224); }

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