Html Css Color HEX #FDD0F1 Classic Rose

📋 copy color: '#FDD0F1'

red 253 ◦ green 208 ◦ blue 241

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

Shades of Classic Rose #FDD0F1

Tints of Classic Rose #FDD0F1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.63%

 BLUE value IS 241 (94.53% from 255) = 34.33%

R = 36.04%
G = 29.63%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDD0F1 (or 0xFDD0F1) is known color: Classic Rose. HEX triplet: FD, D0 and F1. RGB value is (253,208,241). Sum of RGB (Red+Green+Blue) = 253+208+241=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 208 (81.64% from 255 or 29.63% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0F1 is #022F0E. Grayscale: #E1E1E1. Windows color (decimal): -143119 or 15847677. OLE color: 15847677.

HSL color Cylindrical-coordinate representation of color #FDD0F1: hue angle of 316º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0F1 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 208 241 -
CMYK 0 0.18 0.05 0.01
HSL 316º 0.92% 0.9% -
HSV(B) 316º 0.18% 0.99% -
XYZ 78.94 72.35 93.02 -
YUV 225.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 253 208 241 0 0.18 0.05 0.01 316 0.92 0.9
Hex FD D0 F1 0 12 5 1 13C 5C 5A
Octal 375 320 361 0 22 5 1 474 134 132
Binary 11111101 11010000 11110001 0 10010 101 1 100111100 1011100 1011010

Color Harmonies of #FDD0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0F1

Black with #FDD0F1

Text Example


Text Example

White with #FDD0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0F1; }

 p { color: rgb(253,208,241); }

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

background-color css

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

 a { background-color: rgb(253,208,241); }

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

border-color css

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

 span { border-color: rgb(253,208,241); }

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