Html Css Color HEX #FBDAE0 Carousel Pink

📋 copy color: '#FBDAE0'

red 251 ◦ green 218 ◦ blue 224

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

Shades of Carousel Pink #FBDAE0

Tints of Carousel Pink #FBDAE0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.46%

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

R = 36.22%
G = 31.46%
B = 32.32%

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

#FBDAE0 (or 0xFBDAE0) is known color: Carousel Pink. HEX triplet: FB, DA and E0. RGB value is (251,218,224). Sum of RGB (Red+Green+Blue) = 251+218+224=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAE0 is #04251F. Grayscale: #E4E4E4. Windows color (decimal): -271648 or 14736123. OLE color: 14736123.

HSL color Cylindrical-coordinate representation of color #FBDAE0: hue angle of 349.09º 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 #FBDAE0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 218 224 -
CMYK 0 0.13 0.11 0.02
HSL 349.09º 0.8% 0.92% -
HSV(B) 349.09º 0.13% 0.98% -
XYZ 78.31 76.03 81.07 -
YUV 228.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 251 218 224 0 0.13 0.11 0.02 349.09 0.8 0.92
Hex FB DA E0 0 D B 2 15D 50 5C
Octal 373 332 340 0 15 13 2 535 120 134
Binary 11111011 11011010 11100000 0 1101 1011 10 101011101 1010000 1011100

Color Harmonies of #FBDAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDAE0

Black with #FBDAE0

Text Example


Text Example

White with #FBDAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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