Html Css Color HEX #FDBFE6 Classic Rose

📋 copy color: '#FDBFE6'

red 253 ◦ green 191 ◦ blue 230

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

Shades of Classic Rose #FDBFE6

Tints of Classic Rose #FDBFE6

RGB

 RED value IS 253 (99.22% from 255) = 37.54%

 GREEN value IS 191 (75% from 255) = 28.34%

 BLUE value IS 230 (90.23% from 255) = 34.12%

R = 37.54%
G = 28.34%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDBFE6 (or 0xFDBFE6) is known color: Classic Rose. HEX triplet: FD, BF and E6. RGB value is (253,191,230). Sum of RGB (Red+Green+Blue) = 253+191+230=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFE6 is #024019. Grayscale: #D5D5D5. Windows color (decimal): -147482 or 15122429. OLE color: 15122429.

HSL color Cylindrical-coordinate representation of color #FDBFE6: hue angle of 322.26º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFE6 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 191 230 -
CMYK 0 0.25 0.09 0.01
HSL 322.26º 0.94% 0.87% -
HSV(B) 322.26º 0.25% 0.99% -
XYZ 73.42 63.86 83.32 -
YUV 213.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 253 191 230 0 0.25 0.09 0.01 322.26 0.94 0.87
Hex FD BF E6 0 19 9 1 142 5E 57
Octal 375 277 346 0 31 11 1 502 136 127
Binary 11111101 10111111 11100110 0 11001 1001 1 101000010 1011110 1010111

Color Harmonies of #FDBFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFE6

Black with #FDBFE6

Text Example


Text Example

White with #FDBFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFE6; }

 p { color: rgb(253,191,230); }

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

background-color css

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

 a { background-color: rgb(253,191,230); }

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

border-color css

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

 span { border-color: rgb(253,191,230); }

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